Extension point annotations
In component org.nuxeo.ecm.platform.ec.placeful.PlacefulService
Documentation
This extension is used to register annotations (fully qualified entity classes) under unit name 'nxplacefulservice'.
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.ec.placeful.AnnotationDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="annotations" target="org.nuxeo.ecm.platform.ec.placeful.PlacefulService"> <annotation> <class>org.nuxeo.ecm.platform.ec.notification.UserSubscription</class> </annotation> </extension>